google.golang.org/grpc/internal/transport.cleanupStream.streamID (field)

13 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L138: 	streamID uint32
		controlbuf.go#L810: 	if str, ok := l.estdStreams[c.streamID]; ok {
		controlbuf.go#L814: 		delete(l.estdStreams, c.streamID)
		controlbuf.go#L826: 		if err := l.framer.fr.WriteRSTStream(c.streamID, c.rstCode); err != nil {
		http2_client.go#L971: 		streamID: s.id,
		http2_server.go#L388: 			streamID: streamID,
		http2_server.go#L496: 			streamID: streamID,
		http2_server.go#L548: 			streamID: streamID,
		http2_server.go#L660: 						streamID: se.StreamID,
		http2_server.go#L836: 		streamID: f.Header().StreamID,
		http2_server.go#L993: 			streamID: streamID,
		http2_server.go#L1341: 		streamID: s.id,
		http2_server.go#L1365: 		streamID: s.id,